Welcome![Sign In][Sign Up]
Location:
Search - web socket

Search list

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[Internet-Networkp222222222

Description: Web服务器V1.01,Win Socket底层开发-Web server fixes, Win Socket bottom Development
Platform: | Size: 161792 | Author: wei | Hits:

[Windows DevelopWindows资源管理器Web视图界面

Description: 非常好的Windows资源管理器Web视图界面-very good Windows Explorer Web View interface
Platform: | Size: 30720 | Author: 李建中 | Hits:

[ADO-ODBCsocktest

Description: WEB服务器实现原理源代码,Java socket编程绝对实用,IntelliJ工程 ,近乎于完美的程度,欢迎大家下载,记住xuezheng21cn-Principle Web server source code, Java programming socket absolutely practical, IntelliJ, almost in a perfect degree, all are welcome to download, remember xuezheng21cn
Platform: | Size: 20480 | Author: 柳学铮 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Remote ControlSocket

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Platform: | Size: 4700160 | Author: jiangyang520 | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Platform: | Size: 116736 | Author: 李茜 | Hits:

[Internet-Networksocket

Description: 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the use of multi-threaded operating system to provide multi-threaded concurrent database server to achieve the specific requirements for the browser, type in http://127.0.0.1:6789/index.html can correctly display pure html file index.html
Platform: | Size: 12288 | Author: 董立峰 | Hits:

[Web ServerTestWinSock

Description: simple webserver simulator to show how a web server takes request on a windows environment and reponds using socket programming.
Platform: | Size: 521216 | Author: Maqsood | Hits:

[TCP/IP stackVC-HTTP-FILE-WEB

Description: 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Platform: | Size: 117760 | Author: 阿荣 | Hits:

[CSharpmulti-thread-simple-crawler-socket

Description: 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
Platform: | Size: 455680 | Author: 亿龙 | Hits:

[Web ServerWebSocket

Description: HTML5 Web Socket Demo in Chrome.
Platform: | Size: 11264 | Author: ioernt | Hits:

[Internet-NetworkASP.NET_Web

Description: ASP.NET Web应用程序开发 Response 与 Request 8.2 Application与Session 8.3 理解Global.asax 8.4 使用 Web 用户控件 8.5 统计网站在线人数 8.6 统计用户登录次数 8.7 上传文件 8.8 发布即时信息 -ASP.NET Web
Platform: | Size: 365568 | Author: weihouzhen | Hits:

[Internet-NetworkBBS

Description: 用JSP技术构建的Web系统-BBS,主要作用是交流意见,传递信息
Platform: | Size: 746496 | Author: chenqin | Hits:

[Web Serverprograms

Description: web server threads and socket
Platform: | Size: 92160 | Author: lakshmikanth123 | Hits:

[WEB CodeDeploying-HTML5-Web-Sockets

Description: HTML5的网页socket编程和基本概念,是一款不错的教程-HTML5 web socket programming and the basic concept is a good tutorial
Platform: | Size: 349184 | Author: kok | Hits:

[WEB CodePHP_SOCKET_SERVER_CLIENT

Description: PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
Platform: | Size: 2048 | Author: imouse | Hits:

[Internet-Networkasync-socket-win32-demo

Description: winsock异步通讯源码,提供给需要进行网络开发的朋友做参考。winsock asynchronous communication source, available to web developers need a friend for reference.-winsock asynchronous communication source, available to web developers need a friend for reference.
Platform: | Size: 21504 | Author: 杨正红 | Hits:

[Internet-NetworkSocket

Description: 一个Socket变成很好的例子(关于文件传输)。-A example for Web Socket.
Platform: | Size: 7429120 | Author: CaoXinyan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net